home *** CD-ROM | disk | FTP | other *** search
- /*
- File: PMUtilities.h
-
- Contains: QuickTime sample code
-
- Copyright: © 2000 by Apple Computer, Inc. All rights reserved
-
-
- */
-
- extern MoviePrePrerollCompleteUPP gMoviePPRollCompleteProc;
-
- Boolean IsQuickTimeInstalled (void);
- Boolean IsQuickTimeCFMInstalled (void);
- void DoInitQuickTime( void );
- OSErr GetWindowPositionFromFile (Movie theMovie, Point *thePoint);
- PASCAL_RTN void MoviePrePrerollCompleteProc (Movie theMovie, OSErr thePrerollErr, void *theRefCon);
- void PrerollAndPlay( Movie theMovie );
- void StartPlayingMovie(Movie theMovie, Fixed thePlayRate);